Subclass QXmlStreamWriter. Use it to abstract the test for null strings
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 21 Feb 2013 21:53:20 +0000 (21:53 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 21 Feb 2013 21:53:20 +0000 (21:53 +0000)
commit5c394624f80c9bc1570fe75d7b993d1cb623af92
tree814232307509d6b56b92def5e660bd1c33aac213
parent55cbc03ddf8045f144046366a0d17cb957b4073f
Subclass QXmlStreamWriter.  Use it to abstract the test for null strings
(which is different for C Strings and QStrings) to avoid writing empty
XML tags.
gpsbabel/gpx.cc
gpsbabel/src/core/xmlstreamwriter.h [new file with mode: 0644]